home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / pundit.zip / PUNDIT.MAK < prev    next >
Text File  |  1990-11-29  |  379b  |  16 lines

  1. #-------------------------------
  2. #       PUNDIT.MAK make file
  3. #-------------------------------
  4.  
  5. pundit.exe:    pundit.obj pundit.def pundit.res
  6.         link pundit, /align:16, NUL, /nod slibcew libw, pundit
  7.         rc pundit.res
  8.  
  9. pundit.obj:    pundit.c pundit.h
  10.         cc -c -Gsw -Ow -W2 -Zp pundit.c
  11.  
  12. pundit.res:    pundit.rc pundit.h
  13.         rc -r pundit.rc
  14.  
  15.  
  16.